Name Start Address Type Access
IO_CONFIG_SET_DEFAULT_TO_CURRENT 49002 UINT32 W
IO_CONFIG_SET_DEFAULT_TO_FACTORY 49004 UINT32 W
IO_CONFIG_SET_CURRENT_TO_FACTORY 61990 UINT16 W
IO_CONFIG_SET_CURRENT_TO_DEFAULT 61991 UINT16 W
IO_CONFIG_SET_DEFAULT_TO_CURRENT
- Address: 49002
Write a 1 to cause new default (reboot/power-up) values to be saved to flash. Current values are retrieved and saved as the new defaults. Systems affected: AIN, DIO, DAC, AIN_EF, DIO_EF.
  • Data type: UINT32  (type index = 1)
  • Write-only
  • T8:
IO_CONFIG_SET_DEFAULT_TO_FACTORY
- Address: 49004
Write a 1 to cause new default (reboot/power-up) values to be saved to flash. Factory values are retrieved and saved as the new defaults. Systems affected: AIN, DIO, DAC, AIN_EF, DIO_EF.
  • Data type: UINT32  (type index = 1)
  • Write-only
  • T8:
IO_CONFIG_SET_CURRENT_TO_FACTORY
- Address: 61990
Write a 1 to set current values to factory configuration. The factory values are retrieved from flash and written to the current configuration registers. Systems affected: AIN, DIO, DAC, AIN_EF, DIO_EF.
  • Data type: UINT16  (type index = 0)
  • Write-only
IO_CONFIG_SET_CURRENT_TO_DEFAULT
- Address: 61991
Write a 1 to set current values to default configuration. The default values are retrieved from flash and written to the current configuration registers, thus this behaves similar to reboot/power-up. Systems affected: AIN, DIO, DAC, AIN_EF, DIO_EF.
  • Data type: UINT16  (type index = 0)
  • Write-only